home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / Updates / TurboPrint7.11ß / tpupdate.script < prev    next >
Text File  |  2000-05-16  |  1KB  |  37 lines

  1. echo "TPUpdate V7.11beta"
  2. echo "------------------"
  3. echo "This script will update Turboprint 7.10 to 7.11beta."
  4. echo "Some older printers (Citizen, Seikosha, Star) will be moved to"
  5. echo "Turboprint:oldprinters. Please reinstall TP7.10 to restore these"
  6. echo "Please read the ReadMe file for changes."
  7. echo ""
  8. echo "You can either update Turboprint on your hard disk"
  9. echo "or update a Turboprint boot disk that has been created"
  10. echo "for use on a system not equipped with a hard disk."
  11. echo "If no Turboprint boot disk is inserted, a Turboprint"
  12. echo "Installation on your hard disk will be updated."
  13. echo ""
  14. ask "Do you want to continue (Y=Yes / N=No)?"
  15. if warn
  16.   echo "Yes"
  17.   copy turbo turboprint:turbo all
  18.   copy printers turboprint:printers all
  19.   ;we move some printers as the capacity of Turboprint's printer selector
  20.   ;is limited
  21.   makedir turboprint:oldprinters
  22.   copy turboprint:printers/citizen#? turboprint:oldprinters
  23.   copy turboprint:printers/seikosha#? turboprint:oldprinters
  24.   copy turboprint:printers/star#? turboprint:oldprinters
  25.   delete turboprint:printers/citizen#?
  26.   delete turboprint:printers/seikosha#?
  27.   delete turboprint:printers/star#?
  28.   copy drivers turboprint:drivers all
  29.   copy colors turboprint:colors all
  30.   copy readme turboprint:
  31.   echo "Patch completed."
  32. else
  33.   echo "No"
  34.   echo "Patch aborted."
  35. endif
  36.  
  37.